home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / virc96_1.zip / VIRC96.EXE / 0 / RCDATA / TFINGERDIALOG / TFINGERDIALOG.txt
Text File  |  1996-06-04  |  1KB  |  69 lines

  1. object FingerDialog: TFingerDialog
  2.   Left = 288
  3.   Top = 197
  4.   Width = 579
  5.   Height = 343
  6.   ActiveControl = FingerText
  7.   Caption = 'Edit finger text'
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 460
  17.     Top = 0
  18.     Width = 111
  19.     Height = 315
  20.     Align = alRight
  21.     BevelOuter = bvNone
  22.     TabOrder = 0
  23.     object OKBtn: TBitBtn
  24.       Left = 8
  25.       Top = 10
  26.       Width = 93
  27.       Height = 31
  28.       TabOrder = 0
  29.       Kind = bkOK
  30.     end
  31.     object CancelBtn: TBitBtn
  32.       Left = 8
  33.       Top = 46
  34.       Width = 93
  35.       Height = 31
  36.       Enabled = False
  37.       TabOrder = 1
  38.       Kind = bkCancel
  39.     end
  40.   end
  41.   object Panel2: TPanel
  42.     Left = 0
  43.     Top = 0
  44.     Width = 460
  45.     Height = 315
  46.     Align = alClient
  47.     BevelInner = bvLowered
  48.     BevelOuter = bvNone
  49.     BevelWidth = 2
  50.     BorderWidth = 5
  51.     TabOrder = 1
  52.     object FingerText: TMemo
  53.       Left = 7
  54.       Top = 7
  55.       Width = 446
  56.       Height = 301
  57.       Align = alClient
  58.       BorderStyle = bsNone
  59.       Font.Color = clWindowText
  60.       Font.Height = -15
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Pitch = fpFixed
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       TabOrder = 0
  66.     end
  67.   end
  68. end
  69.